C#
VB
C++
Implements the Leadtools.Medical.Workstation.Interfaces.Presenters.IWorkstationPresenter<V> interface. Base class for activating and running a UI View.
public abstract class WorkstationPresenterBase<V> : IWorkstationPresenter<V>
Public MustInherit Class WorkstationPresenterBase(Of V As {Leadtools.Medical.Workstation.Interfaces.Views.IWorkstationView})
Implements Leadtools.Medical.Workstation.Interfaces.Presenters.Leadtools.Medical.Workstation.Interfaces.Presenters.IWorkstationPresenter(Of V)
generic<typename V>
public ref class WorkstationPresenterBase abstract : public Leadtools.Medical.Workstation.Interfaces.Presenters.Leadtools.Medical.Workstation.Interfaces.Presenters.IWorkstationPresenter<V>
where V: Leadtools.Medical.Workstation.Interfaces.Views.IWorkstationView
Type Parameters
V
The UI View that will be activated.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET